home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / RIncludes / PPCToolbox.r < prev    next >
Encoding:
Text File  |  2000-04-12  |  973 b   |  40 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        PPCToolbox.r
  3.  
  4.      Contains:    Program-Program Communications Toolbox Interfaces.
  5.  
  6.      Version:    Technology:    Mac OS 9
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    © 1989-1999 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __PPCTOOLBOX_R__
  19. #define __PPCTOOLBOX_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25. /*------------------------ppcc • PPC Browser Configuration Resource---------------------------*/
  26.  
  27.     type 'ppcc' {
  28.         unsigned byte;    // NBP lookup interval
  29.         unsigned byte;    // NBP lookup count
  30.         integer;        // NBP maximum lives an entry has before deletion
  31.         integer;        // NBP maximum number of entities
  32.         integer;        // NBP idle time in ticks between lookups
  33.         integer;        // PPC maximum number of ports
  34.         integer;        // PPC idle time in ticks between list ports
  35.     };
  36.  
  37.  
  38. #endif /* __PPCTOOLBOX_R__ */
  39.  
  40.